Home
Welcome
Site Map
Tags
Search
About
Feedback
Contact me
Photos
Downloads
Lowas.be

HellophpGroupware update

Date: 2002-05-05 19:28:48

I downloaded the 0.9.14RC3 version of phpGroupware this weekend and I saw that my hello World application was not working anymore.

So I had to update it.

Here are the changes I had to make :
1. Use $GLOBALS['phpgw_info'] instead of $phpgw_info
2. $phpgw->link("/hello/index.php") had to be changed to $GLOBALS['phpgw']->link("/hello/index.php")
3. Correct a bug in my application (In one of the templates) !!
In my form it was written instead of .

So please download here the latest zip of HellophpGroupWare.
hello.zip

You can also consult it directly :
HellophpGroupware.html - 5 may 2002

(ALSO AVAILABLE IN THE DOWNLOAD SECTION)


Last edited on Saturday, December 31, 2005 at 13:32:24 pm.